Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NSpanCellXPosition<TPositionMode> Class / QbC Method


In This Topic
    QbC Method (NSpanCellXPosition<TPositionMode>)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Function QbC( _
       ByVal Cddh As NColumnCollection, _
       ByVal dddh As NRow, _
       ByVal Eddh As System.Double, _
       ByVal fddh As System.Double _
    ) As System.Double
    'Usage
     
    
    Dim instance As NSpanCellXPosition(Of TPositionMode)
    Dim Cddh As NColumnCollection
    Dim dddh As NRow
    Dim Eddh As System.Double
    Dim fddh As System.Double
    Dim value As System.Double
     
    value = instance.QbC(Cddh, dddh, Eddh, fddh)
    internal abstract System.double QbC( 
       NColumnCollection Cddh,
       NRow dddh,
       System.double Eddh,
       System.double fddh
    )

    Parameters

    Cddh
    dddh
    Eddh
    fddh
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also